home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13324 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  617 b 

  1. Path: FreeNet.Carleton.CA!aq436
  2. From: aq436@FreeNet.Carleton.CA (Jerry Boyd)
  3. Newsgroups: comp.lang.c
  4. Subject: Compare function
  5. Date: 6 Apr 1996 06:18:55 GMT
  6. Organization: National Capital Freenet, Ottawa, Canada
  7. Sender: aq436@freenet2.carleton.ca (Jerry Boyd)
  8. Message-ID: <4k52cf$6ok@freenet-news.carleton.ca>
  9. Reply-To: aq436@FreeNet.Carleton.CA (Jerry Boyd)
  10. NNTP-Posting-Host: freenet2.carleton.ca
  11.  
  12.  
  13.  
  14.  
  15. How would I write a compare function (compare_strings, for 
  16. instance) that uses character pointers.  I need something 
  17. that would take a string and compare it to a list, or dictionary, 
  18. of other words.  
  19.  
  20.  
  21. --
  22.  
  23.